projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ccdd5b
)
widget-factory: Avoid ugly resizing on map
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 13 Apr 2014 03:46:17 +0000
(20:46 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 13 Apr 2014 03:46:17 +0000
(20:46 -0700)
The text view is resizing several times after the window is mapped.
Not setting a hscrollbar-policy of never avoids that, and a
scrollbar still doesn't appear. Magic
demos/widget-factory/widget-factory.ui
patch
|
blob
|
history
diff --git
a/demos/widget-factory/widget-factory.ui
b/demos/widget-factory/widget-factory.ui
index 3525183c36f5ba0a1542b0ac336cc18f02cef2e8..0cc9ee66fa4e41ca26e316521cca0dbcc38dc80b 100644
(file)
--- a/
demos/widget-factory/widget-factory.ui
+++ b/
demos/widget-factory/widget-factory.ui
@@
-1363,7
+1363,6
@@
Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
- <property name="hscrollbar_policy">never</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>